home *** CD-ROM | disk | FTP | other *** search
Oberon Document | 1995-08-11 | 2.0 KB | 45 lines | [oODC/obnF] |
- Documents.StdDocumentDesc
- Documents.DocumentDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- Documents.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- TextViews.StdViewDesc
- TextViews.ViewDesc
- TextModels.StdModelDesc
- TextModels.ModelDesc
- TextModels.AttributesDesc
- Helvetica
- TextRulers.StdRulerDesc
- TextRulers.RulerDesc
- TextRulers.StdStyleDesc
- TextRulers.StyleDesc
- TextRulers.AttributesDesc
- Helvetica
- Helvetica
- Helvetica
- Helvetica
- StdSearch
- DEFINITION StdClocks;
- PROCEDURE SearchSources;
- PROCEDURE SearchDocus;
- PROCEDURE Select (pat: ARRAY OF CHAR);
- END StdClocks.
- PROCEDURE SearchSources
- Guard: TextCmds.SelectionGuard
- Search all available sources (in all subsystems) for the occurrence of the selected text pattern.
- PROCEDURE SearchDocus
- Guard: TextCmds.SelectionGuard
- Search all available documentations (in all subsystems and in Manuals) for the occurrence of the selected text pattern.
- PROCEDURE Select (pat: ARRAY OF CHAR)
- Sets up TextCmds.find.find with pat and calls TextCmds.FindFirst. This procedure is used by link views created with the above procedures.
- TextControllers.StdCtrlDesc
- TextControllers.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- Helvetica
- Documents.ControllerDesc
-